home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 February
/
CMCD0205.ISO
/
Software
/
Freeware
/
Programare
/
bluej
/
bluejsetup-203.exe
/
{app}
/
lib
/
english
/
templates
/
newclass
/
enum.tmpl
< prev
next >
Wrap
Text File
|
2004-12-19
|
259b
|
12 lines
$PKGLINE
/**
* Enumeration class $CLASSNAME - write a description of the enum class here
*
* @author (your name here)
* @version (version number or date here)
*/
public enum $CLASSNAME
{
monday, tuesday, wednesday, thursday, friday, saturday, sunday
}